Skip to content

Console Output

Started by user leif.geiger@yatta.de
Running as SYSTEM
Agent centos-7-j279l is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
    jenkins/label: "migration_jipp-migration_centos-7"
  name: "centos-7-j279l"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.mpc.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-7-j279l"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "centos-7-j279l"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.mpc.svc.cluster.local/mpc/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.10.1"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-mpc"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on centos-7-j279l (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/epp-mpc-release
Promoting epp-mpc-release #156
[epp-mpc-release] $ /usr/bin/env bash /tmp/jenkins10927201650695097942.sh
+ curl -o promote.zip https://ci.eclipse.org/mpc/job/epp-mpc-release/156//artifact/org.eclipse.epp.mpc.site/target/org.eclipse.epp.mpc.site-promote.zip
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  2056  100  2056    0     0  25745      0 --:--:-- --:--:-- --:--:-- 26025
+ unzip promote.zip promote.sh
Archive:  promote.zip
  inflating: promote.sh              
+ . ./promote.sh
++ set -e
++ set -x
++ PUBLISH_BASE=/home/data/httpd/download.eclipse.org/mpc
++ PROMOTE_BASE=/home/data/httpd/download.eclipse.org/mpc/.promote
+ promote_train_release
+ download_promote_package
+ download_build_archive org.eclipse.epp.mpc.site/target/org.eclipse.epp.mpc.site-promote.zip ./promote.zip
+ ARCHIVE_PATH=org.eclipse.epp.mpc.site/target/org.eclipse.epp.mpc.site-promote.zip
+ TARGET_PATH=./promote.zip
+ case "$TARGET_PATH" in
+ test -s ./promote.zip
+ echo './promote.zip already exists'
./promote.zip already exists
+ return 0
+ unzip ./promote.zip promote.properties
Archive:  ./promote.zip
  inflating: promote.properties      
+ . ./promote.properties
++ version=1.9.2
++ qualifier=v20210826-0851
+ . ./promote.properties
++ version=1.9.2
++ qualifier=v20210826-0851
+ promote_remote train_release '' 2021-12
+ STAGE=train_release
+ shift
+ SITE_ARCHIVE=
+ shift
+ case "$STAGE" in
+ echo 'Promoting to train_release'
Promoting to train_release
++ ssh genie.mpc@projects-storage.eclipse.org 'mkdir -p /home/data/httpd/download.eclipse.org/mpc/.promote && mktemp -p /home/data/httpd/download.eclipse.org/mpc/.promote -d 1.9.2-XXXXXXXX'
Build timed out (after 10 minutes). Marking the build as aborted.
Build was aborted
+ REMOTE_WORKDIR=
Finished: ABORTED